JSON

JSON output format. Uses GSON and codecs to parse the json to/from the TOML used internally.

Author

fzzyhmstrs

Since

0.6.7

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun decode(input: String): ValidationResult<TomlElement>
Link copied to clipboard
fun encode(input: TomlElement): ValidationResult<String>
Link copied to clipboard
fun suffix(): String